projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c8cb31
)
(Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.
author
Kenichi Handa
<handa@m17n.org>
Mon, 12 Oct 1998 12:00:44 +0000
(12:00 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 12 Oct 1998 12:00:44 +0000
(12:00 +0000)
src/w16select.c
patch
|
blob
|
history
diff --git
a/src/w16select.c
b/src/w16select.c
index f59768a300ec98a8576c3bf30107a9c218409dd1..d587e583187ffdba954737fa5d3f25f08f14af24 100644
(file)
--- a/
src/w16select.c
+++ b/
src/w16select.c
@@
-449,7
+449,7
@@
DEFUN ("w16-set-clipboard-data", Fw16_set_clipboard_data, Sw16_set_clipboard_dat
|| !STRING_MULTIBYTE (string)
|| nbytes == XSTRING (string)->size)
? 0
- : find_charset_in_str (src, nbytes, charsets, Qnil,
1
));
+ : find_charset_in_str (src, nbytes, charsets, Qnil,
0
));
if (!num || (num == 1 && charsets[CHARSET_ASCII]))
{